home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / dkbtrace / pbmplus / source / pbm / pbmfont.h < prev    next >
Encoding:
Text File  |  1991-12-10  |  364 b   |  9 lines

  1. /* pbmfont.h - header file for font routines in libpbm
  2. */
  3.  
  4. bit** pbm_defaultfont ARGS(( int* fcolsP, int* frowsP ));
  5.  
  6. void pbm_dissectfont ARGS(( bit** font, int frows, int fcols, int* char_heightP, int* char_widthP, int* char_aheightP, int* char_awidthP, int char_row0[], int char_col0[] ));
  7.  
  8. void pbm_dumpfont ARGS(( bit** font, int fcols, int frows ));
  9.